Skip to content
Back to search
30
MCP

Codebase RAG

pulsemcp/codebase rag

Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling natural language queries to find relevant code snippets with similarity scores and line numbers.

Uptime
0.0%
8 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Code Graph RAG
Provides advanced code graph analysis through specialized agents for parsing, indexing, querying, and semantic search across codebases with
0 tools
code-graph-rag
The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs
0 tools
TeaRAGs
Provides semantic code search across large codebases using vector embeddings and AST-aware chunking with git metadata integration for intell
0 tools
Journal RAG
Enables semantic search through personal markdown journal entries using vector database technology for effortless retrieval of past experien
0 tools
DeepRepo
RAG engine for local codebases with multi-provider AI support and semantic search.
0 tools
Crawl4AI RAG
Combines web crawling with vector search to enable content extraction, semantic indexing, and retrieval-augmented generation over web-based
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codebase_rag": {
      "url": "None",
      "transport": "http"
    }
  }
}